myvar_0 = GetPrimitiveParameter(0)
	if (myvar_0 ~= AccumulationLevel["None"]) then
		if (myvar_0 ~= AccumulationLevel["Light"]) then
			if (myvar_0 ~= AccumulationLevel["Heavy"]) then
			SetScriptReturnValue(False)
			return 
		end
	end
end
myvar_1 = GetSimulatorGlobal(SimulatorGlobal["Current House"])
myvar_2 = Neighborhood["new"]()
	if (myvar_2["isValidLot"](myvar_2, myvar_1) ~= 1) then 


	print("Invalid Lot ID specified.")
	SetScriptReturnValue(False)
	return 
end
myvar_3 = WeatherInfo["new"](myvar_1)
myvar_3["setAccumulationLevel"](myvar_3, myvar_0)
local myvar_5 = True
SetScriptReturnValue(myvar_5)
